-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encode urls for css background images #7906
Conversation
Use the encode urls utility to encode all background images in css
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7906 +/- ##
==========================================
+ Coverage 56.91% 57.44% +0.53%
==========================================
Files 676 677 +1
Lines 27370 27373 +3
Branches 2688 2689 +1
==========================================
+ Hits 15577 15724 +147
+ Misses 11453 11308 -145
- Partials 340 341 +1
... and 22 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
|
||
await expect(page.getByLabel('Image Wrapper')).toBeVisible(); | ||
}); | ||
test.fixme('Can provide a custom image with spaces in name', async ({ page }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix on otherside
Closes #7903
Describe your changes:
Add a utility to encode a url.
Use the encode url utility to encode all background images in css.
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist